home *** CD-ROM | disk | FTP | other *** search
/ Mac Mania 1 / MacMania 1.toast / Educational / Misc. / Save the Planet 1991 2.11 / card_2968.txt < prev    next >
Text File  |  1991-05-30  |  570b  |  30 lines

  1. -- card: 2968 from stack: in.11
  2. -- bmap block id: 4140
  3. -- flags: 4000
  4. -- background id: 2615
  5. -- name: Title
  6. ----- HyperTalk script -----
  7. on opencard
  8.   hide menubar
  9. end opencard
  10.  
  11.  
  12. -- part 1 (button)
  13. -- low flags: 00
  14. -- high flags: 0000
  15. -- rect: left=2 top=21 right=341 bottom=510
  16. -- title width / last selected line: 0
  17. -- icon id / first selected line: 0 / 0
  18. -- text alignment: 1
  19. -- font id: 0
  20. -- text size: 12
  21. -- style flags: 0
  22. -- line height: 16
  23. -- part name: New Button
  24. ----- HyperTalk script -----
  25. on mouseUp
  26.   visual effect wipe right
  27.   go to next card
  28. end mouseUp
  29.  
  30.